Skip to content

feat(ci): registered the Stellux developer packages workflow - #186

Merged
FlareCoding merged 1 commit into
masterfrom
pr/packages-workflow
Sep 3, 2026
Merged

feat(ci): registered the Stellux developer packages workflow#186
FlareCoding merged 1 commit into
masterfrom
pr/packages-workflow

Conversation

@FlareCoding

@FlareCoding FlareCoding commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Note

Low Risk
On-demand CI only; risk is limited to mistaken manual releases or failed long builds, not runtime or security-critical application code.

Overview
Adds a manual GitHub Actions workflow (Stellux Developer Packages) that builds prebuilt toolchain/binutils archives for x86_64 and aarch64, then publishes them as a GitHub release.

The build job runs ./packages/build.sh per architecture (5-hour timeout, full fetch-depth: 0 checkout for recipe commit timestamps), uploads userland/toolchain/packages/*.tar.zst as artifacts, and the publish job merges artifacts and runs ./packages/publish.sh with the operator-supplied release tag (e.g. packages-2026.09.03). Workflow grants contents: write so releases can be created with github.token.

Reviewed by Cursor Bugbot for commit 9720a21. Bugbot is set up for automated code reviews on this repo. Configure here.

@FlareCoding
FlareCoding merged commit e10b9aa into master Sep 3, 2026
1 check passed
@FlareCoding
FlareCoding deleted the pr/packages-workflow branch September 3, 2026 19:09

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit 9720a21. Configure here.

fetch-depth: 0

- name: Build packages
run: ./packages/build.sh ${{ matrix.arch }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow invokes missing package scripts

High Severity · Logic Bug

The workflow runs packages/build.sh and packages/publish.sh, but neither file exists in the repository. A dispatch fails on the first build step, so no archives or GitHub release are produced.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9720a21. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant